RegisterArgumentsService<T>() Method

Summary

Register a specific type to be created for a ArgumentsService object with a new WorkstationContainer.

Syntax
C#
VB
C++
public static void RegisterArgumentsService<T>() 
  
Public Overloads Shared Sub RegisterArgumentsService(Of T As IWorkstationArgumentsService)()  
public: 
static void RegisterArgumentsServicegeneric<typename T> 
();  
where T: IWorkstationArgumentsService 

Type Parameters

T
The type of the instance to created. The type must implements the Leadtools.Medical.Workstation.Interfaces.IWorkstationArgumentsService interface.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly